What does int (*a)[10]; mean?

Posted by vasya on Stack Overflow See other posts from Stack Overflow or by vasya
Published on 2010-04-15T12:33:10Z Indexed on 2010/04/15 12:43 UTC
Read the original article Hit count: 86

Filed under:

What is the purpose of the follow construct:

int (*a)[10];

What is declared here?

© Stack Overflow or respective owner

Related posts about c++